Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect declaration of output directory #219

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Fix incorrect declaration of output directory #219

merged 1 commit into from
Feb 28, 2022

Conversation

melix
Copy link
Collaborator

@melix melix commented Feb 25, 2022

This commit fixes an issue with the Gradle plugin where the directory
where test ids are generated was incorrectly declared as an output of
the test task. This caused independent test tasks to be out-of-date
when they shouldn't.

Fixes #218

@melix melix added bug Something isn't working gradle-plugin Related to Gradle plugin labels Feb 25, 2022
@melix melix added this to the 0.9.11 milestone Feb 25, 2022
@melix melix self-assigned this Feb 25, 2022
This commit fixes an issue with the Gradle plugin where the directory
where test ids are generated was incorrectly declared as an output of
the test task. This caused independent test tasks to be out-of-date
when they shouldn't.

Fixes #218
@melix melix merged commit aa743fe into master Feb 28, 2022
@melix melix deleted the cc/issue-218 branch February 28, 2022 11:59
gcf-merge-on-green bot referenced this pull request in googleapis/java-bigquery Mar 24, 2022
… v0.9.11 (#1932)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
gcf-merge-on-green bot referenced this pull request in googleapis/java-bigquery Mar 24, 2022
…to v0.9.11 (#1931)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
gcf-merge-on-green bot referenced this pull request in googleapis/java-secretmanager Mar 24, 2022
…to v0.9.11 (#735)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-secretmanager).
gcf-merge-on-green bot referenced this pull request in googleapis/java-storage Mar 24, 2022
…to v0.9.11 (#1306)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage).
gcf-merge-on-green bot referenced this pull request in googleapis/java-storage Mar 24, 2022
… v0.9.11 (#1307)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage).
gcf-merge-on-green bot referenced this pull request in googleapis/java-bigtable Mar 24, 2022
… v0.9.11 (#1208)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable).
gcf-merge-on-green bot referenced this pull request in googleapis/java-secretmanager Mar 24, 2022
… v0.9.11 (#736)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-secretmanager).
gcf-merge-on-green bot referenced this pull request in googleapis/java-trace Mar 24, 2022
…to v0.9.11 (#764)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace).
gcf-merge-on-green bot referenced this pull request in googleapis/java-tasks Mar 24, 2022
…to v0.9.11 (#653)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-tasks).
gcf-merge-on-green bot referenced this pull request in googleapis/java-firestore Mar 24, 2022
…to v0.9.11 (#923)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-firestore).
gcf-merge-on-green bot referenced this pull request in googleapis/java-trace Mar 24, 2022
… v0.9.11 (#765)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace).
gcf-merge-on-green bot referenced this pull request in googleapis/java-datastore Mar 24, 2022
…to v0.9.11 (#691)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datastore).
gcf-merge-on-green bot referenced this pull request in googleapis/java-pubsub Mar 24, 2022
…to v0.9.11 (#1064)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsub).
gcf-merge-on-green bot referenced this pull request in googleapis/java-tasks Mar 24, 2022
… v0.9.11 (#654)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-tasks).
gcf-merge-on-green bot referenced this pull request in googleapis/java-bigtable Mar 24, 2022
…to v0.9.11 (#1207)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.9` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.9)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

### [`v0.9.10`](https://github.com/graalvm/native-build-tools/releases/0.9.10)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.9...0.9.10)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Introduce skipNativeTests flag in Maven plugin by [@&#8203;sbrannen](https://github.com/sbrannen) in [https://github.com/graalvm/native-build-tools/pull/193](https://github.com/graalvm/native-build-tools/pull/193)
-   Fix system property breaking build cacheability by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/192](https://github.com/graalvm/native-build-tools/pull/192)
-   Make sure executable ends with `.exe` under Windows by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/199](https://github.com/graalvm/native-build-tools/pull/199)
-   Make it possible to override the classpath by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/200](https://github.com/graalvm/native-build-tools/pull/200)
-   Upgrade to Gradle 7.4 by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/202](https://github.com/graalvm/native-build-tools/pull/202)
-   Fix race condition if tests are executed in parallel by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/195](https://github.com/graalvm/native-build-tools/pull/195)
-   Add support for `@arg` file by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/205](https://github.com/graalvm/native-build-tools/pull/205)

**Full Changelog**: graalvm/native-build-tools@0.9.9...0.9.10

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable).
gcf-merge-on-green bot referenced this pull request in googleapis/java-firestore Mar 24, 2022
… v0.9.11 (#924)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-firestore).
gcf-merge-on-green bot referenced this pull request in googleapis/java-pubsub Mar 24, 2022
… v0.9.11 (#1065)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsub).
gcf-merge-on-green bot referenced this pull request in googleapis/java-datastore Mar 24, 2022
… v0.9.11 (#692)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datastore).
gcf-merge-on-green bot referenced this pull request in googleapis/java-logging Mar 24, 2022
… v0.9.11 (#911)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging).
gcf-merge-on-green bot referenced this pull request in googleapis/java-logging Mar 24, 2022
…to v0.9.11 (#912)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

#### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging).
gcf-merge-on-green bot referenced this pull request in googleapis/java-spanner Jun 23, 2022
…to v0.9.12 (#1906)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.12` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.12/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.12/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.12`](https://github.com/graalvm/native-build-tools/releases/tag/0.9.12)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.11...0.9.12)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add Mockito / Byte Buddy support documentation by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/236](https://github.com/graalvm/native-build-tools/pull/236)
-   Prevent builds from failing if no test list is present by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/239](https://github.com/graalvm/native-build-tools/pull/239)
-   Support different agent modes in the native-image Gradle plugin by [@&#8203;gradinac](https://github.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/230](https://github.com/graalvm/native-build-tools/pull/230)
-   JVM Reachability Metadata support for Maven by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/240](https://github.com/graalvm/native-build-tools/pull/240)
-   Warn about deprecated agent DSL by [@&#8203;gradinac](https://github.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/242](https://github.com/graalvm/native-build-tools/pull/242)
-   Rework Maven plugin by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/247](https://github.com/graalvm/native-build-tools/pull/247)
-   Add Gradle rich output support, configure default metadata URL on Maven by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/249](https://github.com/graalvm/native-build-tools/pull/249)
-   Fix wrong scope for test dependencies by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/251](https://github.com/graalvm/native-build-tools/pull/251)
-   Add documentation for alternative build systems. by [@&#8203;gradinac](https://github.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/248](https://github.com/graalvm/native-build-tools/pull/248)

**Full Changelog**: graalvm/native-build-tools@0.9.11...0.9.12

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/tag/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
averikitsch referenced this pull request in GoogleCloudPlatform/java-docs-samples Oct 27, 2022
…to v0.9.11 (#653)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-tasks).
averikitsch referenced this pull request in GoogleCloudPlatform/java-docs-samples Oct 27, 2022
… v0.9.11 (#654)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.10` -> `0.9.11` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/compatibility-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.11/confidence-slim/0.9.10)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.11`](https://github.com/graalvm/native-build-tools/releases/0.9.11)

[Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Add issue templates by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/216](https://github.com/graalvm/native-build-tools/pull/216)
-   Fix [@&#8203;arg](https://github.com/arg) file not being used for tests in Maven by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/212](https://github.com/graalvm/native-build-tools/pull/212)
-   Make it possible to use environment variables in native tests by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/217](https://github.com/graalvm/native-build-tools/pull/217)
-   Fix incorrect declaration of output directory by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/219](https://github.com/graalvm/native-build-tools/pull/219)
-   Refactor build by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/220](https://github.com/graalvm/native-build-tools/pull/220)
-   Integrate native configuration repository with Gradle by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/204](https://github.com/graalvm/native-build-tools/pull/204)
-   Rework argfile generation by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/223](https://github.com/graalvm/native-build-tools/pull/223)
-   Rename `metadataRepository` and document feature by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/225](https://github.com/graalvm/native-build-tools/pull/225)
-   Support applications with custom packaging types by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

##### New Contributors

-   [@&#8203;alvarosanchez](https://github.com/alvarosanchez) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/226](https://github.com/graalvm/native-build-tools/pull/226)

**Full Changelog**: graalvm/native-build-tools@0.9.10...0.9.11

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-tasks).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gradle-plugin Related to Gradle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NativeImagePlugin configures wrong test results dir
2 participants